home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
games
/
indy4fix.zip
/
FATE.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-07-18
|
868b
|
40 lines
@echo off
if exist d:\atlantis.exe d:
if exist e:\atlantis.exe e:
if exist f:\atlantis.exe f:
if exist g:\atlantis.exe g:
if exist h:\atlantis.exe h:
if exist i:\atlantis.exe i:
if exist j:\atlantis.exe j:
if exist k:\atlantis.exe k:
if exist l:\atlantis.exe l:
if exist m:\atlantis.exe m:
if exist n:\atlantis.exe n:
if exist o:\atlantis.exe o:
if exist p:\atlantis.exe p:
if exist q:\atlantis.exe q:
if exist r:\atlantis.exe r:
if exist s:\atlantis.exe s:
if exist t:\atlantis.exe t:
if exist u:\atlantis.exe u:
if exist v:\atlantis.exe v:
if exist w:\atlantis.exe w:
if exist x:\atlantis.exe x:
if exist y:\atlantis.exe y:
if exist z:\atlantis.exe z:
if exist \atlantis.exe goto cd_found
echo You must insert the Indiana Jones CD in your drive!
goto exit
:cd_found
cd \atlantis
c:\fate\atlantis %1 %2 %3
cd ..
c:
:exit